emacs.git
32 years agoDon't #undef NULL.
Richard M. Stallman [Mon, 24 May 1993 22:35:11 +0000 (22:35 +0000)]
Don't #undef NULL.

32 years ago(C_SWITCH_MACHINE): Definition deleted.
Richard M. Stallman [Mon, 24 May 1993 22:34:52 +0000 (22:34 +0000)]
(C_SWITCH_MACHINE): Definition deleted.

32 years ago(jump-to-register): Don't fail if frame-configuration-p is unbound.
Richard M. Stallman [Mon, 24 May 1993 22:12:29 +0000 (22:12 +0000)]
(jump-to-register): Don't fail if frame-configuration-p is unbound.

32 years ago(cd): Set cd-path to a list.
Richard M. Stallman [Mon, 24 May 1993 21:45:20 +0000 (21:45 +0000)]
(cd): Set cd-path to a list.

32 years ago*** empty log message ***
Roland McGrath [Mon, 24 May 1993 21:41:18 +0000 (21:41 +0000)]
*** empty log message ***

32 years ago(x-select-text): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:42 +0000 (21:19 +0000)]
(x-select-text): New arg PUSH.

32 years ago(x-set-cut-buffer): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:26 +0000 (21:19 +0000)]
(x-set-cut-buffer): New arg PUSH.

32 years ago(kill-new): Pass t as 2nd arg to interprogram-cut-function.
Richard M. Stallman [Mon, 24 May 1993 21:19:08 +0000 (21:19 +0000)]
(kill-new): Pass t as 2nd arg to interprogram-cut-function.

32 years ago* disp-table.el (standard-display-default): New function.
Jim Blandy [Mon, 24 May 1993 21:13:21 +0000 (21:13 +0000)]
* disp-table.el (standard-display-default): New function.
(standard-display-european): New command.

32 years ago(Fread_file_name): If input is empty, do return the default
Richard M. Stallman [Mon, 24 May 1993 21:09:38 +0000 (21:09 +0000)]
(Fread_file_name): If input is empty, do return the default
even if !insert_default_directory.

32 years ago* buffer.c (Fmake_overlay): Put beg and end in the
Jim Blandy [Mon, 24 May 1993 20:57:32 +0000 (20:57 +0000)]
* buffer.c (Fmake_overlay): Put beg and end in the
right order.
(Fmove_overlay): If beg and end are markers, make sure they're in
the right buffer.

32 years ago(XTread_socket): For ConfigureNotify event,
Richard M. Stallman [Mon, 24 May 1993 19:54:15 +0000 (19:54 +0000)]
(XTread_socket): For ConfigureNotify event,
translate coordinates if send_event field is false
provided the x-coord value is not large.

32 years ago(shell-command): Don't activate mark even momentarily.
Richard M. Stallman [Mon, 24 May 1993 18:46:13 +0000 (18:46 +0000)]
(shell-command): Don't activate mark even momentarily.

32 years ago* make-docfile.c: Doc fix.
Jim Blandy [Mon, 24 May 1993 18:05:21 +0000 (18:05 +0000)]
* make-docfile.c: Doc fix.

32 years agoFix typo in last change.
Richard M. Stallman [Mon, 24 May 1993 17:45:04 +0000 (17:45 +0000)]
Fix typo in last change.

32 years ago(NO_MATHERR): Defined.
Richard M. Stallman [Mon, 24 May 1993 17:44:37 +0000 (17:44 +0000)]
(NO_MATHERR): Defined.

32 years ago[NO_MATHERR]: Undef HAVE_MATHERR.
Richard M. Stallman [Mon, 24 May 1993 17:44:10 +0000 (17:44 +0000)]
[NO_MATHERR]: Undef HAVE_MATHERR.

32 years ago* configure.in: For generic IBM PC boxes, insist on "unknown" for
Jim Blandy [Mon, 24 May 1993 17:43:47 +0000 (17:43 +0000)]
* configure.in: For generic IBM PC boxes, insist on "unknown" for
the manufacturer - the more general case was blocking other i386
configuration names below, and that's how the names are written in
MACHINES anyway.

32 years ago(create_process): Ignore retval from TIOCSTTY.
Richard M. Stallman [Mon, 24 May 1993 17:13:24 +0000 (17:13 +0000)]
(create_process): Ignore retval from TIOCSTTY.
(sys_siglist) [LINUX]: Don't even declare it.

32 years ago* make-dist: When breaking links, remove the link before moving
Jim Blandy [Mon, 24 May 1993 16:18:33 +0000 (16:18 +0000)]
* make-dist: When breaking links, remove the link before moving
the copy onto it, to avoid interactive behavior.

32 years ago* Makefile.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 16:01:41 +0000 (16:01 +0000)]
* Makefile.in: Doc fix.

32 years ago* Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
Jim Blandy [Mon, 24 May 1993 15:59:44 +0000 (15:59 +0000)]
* Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
appropriate.

32 years ago*** empty log message ***
Jim Blandy [Mon, 24 May 1993 15:57:15 +0000 (15:57 +0000)]
*** empty log message ***

32 years ago* timer.c (xmalloc): Include definition for this, to placate the C
Jim Blandy [Mon, 24 May 1993 15:39:31 +0000 (15:39 +0000)]
* timer.c (xmalloc): Include definition for this, to placate the C
version of alloca.
* Makefile.in (timer.o): Link with alloca.o, if it's appropriate.

32 years ago* fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
Jim Blandy [Mon, 24 May 1993 15:22:47 +0000 (15:22 +0000)]
* fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
ro_fsys, not XSTRING (foo).

32 years ago* xterm.c (x_new_font): Reject fonts with varying spacing. We
Jim Blandy [Mon, 24 May 1993 15:04:07 +0000 (15:04 +0000)]
* xterm.c (x_new_font): Reject fonts with varying spacing.  We
don't support them yet.
* xfns.c (x_set_font): Report the error message properly.

32 years ago* xterm.c (x_new_font): Reject fonts with varying spacing. We
Jim Blandy [Mon, 24 May 1993 15:03:32 +0000 (15:03 +0000)]
* xterm.c (x_new_font): Reject fonts with varying spacing.  We
don't support them yet.
* xfns.c (x_set_font): Report the error message properly.

* xfns.c (Fx_parse_geometry): No need to call check_x here; it
doesn't interact with the server at all, and we need it in order
to create our first frame.

32 years ago* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
Jim Blandy [Mon, 24 May 1993 15:01:31 +0000 (15:01 +0000)]
* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.

* s/linux.h (HAVE_SETSID): Defined.
(HAVE_SOCKETS): Defined.

32 years ago* case-table.el, disp-table.el, finder.el, iso-ascii.el,
Jim Blandy [Mon, 24 May 1993 08:01:32 +0000 (08:01 +0000)]
* case-table.el, disp-table.el, finder.el, iso-ascii.el,
iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
swedish.el: Change "i14n" keyword to "i18n".
* finder.el (finder-compile-keywords): Replacement unnecessary.

32 years agoChange "i14n" keyword to "i18n".
Jim Blandy [Mon, 24 May 1993 07:55:58 +0000 (07:55 +0000)]
Change "i14n" keyword to "i18n".

32 years ago* configure.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 07:02:01 +0000 (07:02 +0000)]
* configure.in: Doc fix.

32 years ago* configure.in: Add support for the `--exec-prefix' option.
Jim Blandy [Mon, 24 May 1993 06:08:13 +0000 (06:08 +0000)]
* configure.in: Add support for the `--exec-prefix' option.
* Makefile.in: Accept that support.

* configure.in: Use the AC_PROG_INSTALL macro.
* Makefile.in (INSTALL): Variable removed.
(INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.

32 years ago* Makefile.in (install): Refer to the variables INSTALLABLES and
Jim Blandy [Mon, 24 May 1993 05:54:23 +0000 (05:54 +0000)]
* Makefile.in (install): Refer to the variables INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing them out.

32 years ago* syssignal.h (sys_signal): Declare the second argument to have
Jim Blandy [Mon, 24 May 1993 05:12:22 +0000 (05:12 +0000)]
* syssignal.h (sys_signal): Declare the second argument to have
type signal_handler_t.  We're told this is necessary for Linux.

32 years ago(menu-bar-mode): Doc fix.
Richard M. Stallman [Mon, 24 May 1993 05:06:35 +0000 (05:06 +0000)]
(menu-bar-mode): Doc fix.

32 years ago* configure.in: Distinguish between hp800's and hp700's by calling
Jim Blandy [Mon, 24 May 1993 05:06:15 +0000 (05:06 +0000)]
* configure.in: Distinguish between hp800's and hp700's by calling
"uname -m".

* configure.in: Distinguish between hp800's and hp700's by calling
"uname -m".

32 years ago(NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman [Mon, 24 May 1993 05:02:24 +0000 (05:02 +0000)]
(NO_GET_LOAD_AVG): Define, if __GNUC__.

32 years ago* s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy [Mon, 24 May 1993 03:39:58 +0000 (03:39 +0000)]
* s-hpux8.h (NO_SIOCTL_H): Defined.

32 years ago* syssignal.h: Don't #include <signal.h>
Jim Blandy [Mon, 24 May 1993 02:32:33 +0000 (02:32 +0000)]
* syssignal.h: Don't #include <signal.h>
* alloc.c: #include <signal.h>, but before "config.h".

32 years ago* lucid.el (switch-to-other-buffer): Build the list of acceptable
Jim Blandy [Mon, 24 May 1993 02:12:13 +0000 (02:12 +0000)]
* lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.

32 years ago* faces.el (make-face): Change interactive spec to 'S'.
Jim Blandy [Mon, 24 May 1993 01:58:58 +0000 (01:58 +0000)]
* faces.el (make-face): Change interactive spec to 'S'.

32 years ago(ange-ftp-raw-send-cmd): Allow quitting during accept-process-output.
Richard M. Stallman [Mon, 24 May 1993 00:12:05 +0000 (00:12 +0000)]
(ange-ftp-raw-send-cmd): Allow quitting during accept-process-output.

32 years ago(check_x): New function.
Richard M. Stallman [Mon, 24 May 1993 00:04:18 +0000 (00:04 +0000)]
(check_x): New function.
Call it in almost every Lisp function in this file.
(x_set_menu_bar_lines_1): Pass both args in recursive call.

32 years ago(Fset_face_attribute_internal): Don't call unload_font
Richard M. Stallman [Mon, 24 May 1993 00:03:08 +0000 (00:03 +0000)]
(Fset_face_attribute_internal): Don't call unload_font
for the frame's own font.

32 years ago(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Richard M. Stallman [Mon, 24 May 1993 00:00:19 +0000 (00:00 +0000)]
(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Default to nil if the locale never has DST.

32 years ago(finder-known-keywords): Use i18n, not i14n.
Richard M. Stallman [Sun, 23 May 1993 23:10:14 +0000 (23:10 +0000)]
(finder-known-keywords): Use i18n, not i14n.
(finder-compile-keywords): Substitute i18n for i14n.
Turn off undo in *finder-scratch*.  Ignore file names starting with =.
(finder-mode, finder-current-item): Rename headmark to finder-headmark.
(finder-list-matches, finder-list-keywords): Likewise.

32 years agoCall set-case-..., not standard-case-...
Richard M. Stallman [Sun, 23 May 1993 22:45:18 +0000 (22:45 +0000)]
Call set-case-..., not standard-case-...

32 years ago(Fcurrent_time_zone): Make `am' an int, not long.
Richard M. Stallman [Sun, 23 May 1993 22:41:44 +0000 (22:41 +0000)]
(Fcurrent_time_zone): Make `am' an int, not long.

32 years agoChanges for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
Jim Blandy [Sun, 23 May 1993 22:31:53 +0000 (22:31 +0000)]
Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.
(NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
already declares this elsewhere.
(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.

* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.

32 years agoChanges for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
Jim Blandy [Sun, 23 May 1993 22:30:42 +0000 (22:30 +0000)]
Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
using GCC.
(NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.
* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
already declares this elsewhere.
(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.

32 years ago* m/iris4d.h (NEED_SIOCTL): Move this to...
Jim Blandy [Sun, 23 May 1993 22:09:09 +0000 (22:09 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.

32 years ago* m/iris4d.h (NEED_SIOCTL): Move this to...
Jim Blandy [Sun, 23 May 1993 22:08:57 +0000 (22:08 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.

32 years agoRemove HAVE_RENAME; configure guesses that now.
Jim Blandy [Sun, 23 May 1993 22:03:39 +0000 (22:03 +0000)]
Remove HAVE_RENAME; configure guesses that now.

32 years ago* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
Jim Blandy [Sun, 23 May 1993 21:49:20 +0000 (21:49 +0000)]
* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
configure.in.
(oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.

32 years ago* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
Jim Blandy [Sun, 23 May 1993 21:35:48 +0000 (21:35 +0000)]
* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
#defines to #undef's, so ../configure knows it should tweak them.

32 years ago* make-dist: Break intra-tree links.
Jim Blandy [Sun, 23 May 1993 21:16:12 +0000 (21:16 +0000)]
* make-dist: Break intra-tree links.

32 years ago* configure.in: Explain that this is an autoconf script, and give
Jim Blandy [Sun, 23 May 1993 21:04:16 +0000 (21:04 +0000)]
* configure.in: Explain that this is an autoconf script, and give
instructions for rebuilding configure from it.  Arrange to put
comments in configure explaining this too.

32 years ago* configure.in: Explain that this is an autoconf script.
Jim Blandy [Sun, 23 May 1993 20:50:09 +0000 (20:50 +0000)]
* configure.in: Explain that this is an autoconf script.

32 years ago* configure.in: Make the first line of the configure script be
Jim Blandy [Sun, 23 May 1993 20:39:16 +0000 (20:39 +0000)]
* configure.in: Make the first line of the configure script be
"#!/bin/sh".  Leaving the first line blank didn't work.

32 years ago* xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not
Jim Blandy [Sun, 23 May 1993 20:04:26 +0000 (20:04 +0000)]
* xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not
the mouse is over a scroll bar.

32 years ago* xfaces.c (Fset_face_attribute_internal): Don't free the frame's
Jim Blandy [Sun, 23 May 1993 20:01:34 +0000 (20:01 +0000)]
* xfaces.c (Fset_face_attribute_internal): Don't free the frame's
normal_gc or reverse_gc.

32 years ago* keyboard.c (make_lispy_movement): Deal properly with mouse
Jim Blandy [Sun, 23 May 1993 19:52:07 +0000 (19:52 +0000)]
* keyboard.c (make_lispy_movement): Deal properly with mouse
motion outside of all windows.

32 years ago* lisp.h (GLYPH_FACE): Remember that the face portion of a glyph
Jim Blandy [Sun, 23 May 1993 19:23:38 +0000 (19:23 +0000)]
* lisp.h (GLYPH_FACE): Remember that the face portion of a glyph
can be 24 bits, not just eight.

32 years ago(main): Return 0.
Richard M. Stallman [Sun, 23 May 1993 18:52:53 +0000 (18:52 +0000)]
(main): Return 0.

32 years agoMove signal.h and stdio.h before config.h.
Richard M. Stallman [Sun, 23 May 1993 18:09:41 +0000 (18:09 +0000)]
Move signal.h and stdio.h before config.h.

32 years ago(Fcurrent_time_zone): Assign gmt, instead of init.
Richard M. Stallman [Sun, 23 May 1993 18:04:25 +0000 (18:04 +0000)]
(Fcurrent_time_zone): Assign gmt, instead of init.

32 years ago* configure.in (long_usage): Removed; made short_usage describe
Jim Blandy [Sun, 23 May 1993 04:42:38 +0000 (04:42 +0000)]
* configure.in (long_usage): Removed; made short_usage describe
the options.

* configure.in: Implement the --prefix option.
* Makefile.in (prefix): Add support for it here.

32 years ago* configure.in: Implement the --prefix option.
Jim Blandy [Sun, 23 May 1993 04:42:11 +0000 (04:42 +0000)]
* configure.in: Implement the --prefix option.
* Makefile.in (prefix): Add support for it here.

* Makefile.in (install): Don't assume that the files in the `info'
subdirectory match  *.info.  They don't have that prefix.

32 years ago* configure.in: Add case for version 5 of Esix.
Jim Blandy [Sun, 23 May 1993 02:53:53 +0000 (02:53 +0000)]
* configure.in: Add case for version 5 of Esix.

32 years agoRemove duplicate cp command from `man' section.
Jim Blandy [Sun, 23 May 1993 00:15:29 +0000 (00:15 +0000)]
Remove duplicate cp command from `man' section.

32 years ago* make-dist: There aren't any *.com files in lib-src anymore.
Jim Blandy [Sun, 23 May 1993 00:08:34 +0000 (00:08 +0000)]
* make-dist: There aren't any *.com files in lib-src anymore.

* make-dist: Copy texinfo.tex and texindex.c, rather than linking
them; they're symlinks to other filesystems on the GNU machines.

32 years ago* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
Jim Blandy [Sat, 22 May 1993 23:44:10 +0000 (23:44 +0000)]
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
not 196k.  We're actually using ~180k.

32 years ago* Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list.
Jim Blandy [Sat, 22 May 1993 23:43:29 +0000 (23:43 +0000)]
* Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list.

32 years ago(vc-comment-to-change-log): Don't take FILE argument, since
Roland McGrath [Sat, 22 May 1993 22:33:19 +0000 (22:33 +0000)]
(vc-comment-to-change-log): Don't take FILE argument, since
vc-update-change-log doesn't support it anyway.
Don't bind default-directory.  Instead pass second arg to file-relative-name.
(vc-update-change-log): Use find-change-log instead of hardcoding.

32 years ago* cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
Jim Blandy [Sat, 22 May 1993 22:09:25 +0000 (22:09 +0000)]
* cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
from floor, ceiling, truncate, and round; the old names conflict
with built-in functions.

32 years ago(scan_lisp_file): Recognize defalias like fset.
Richard M. Stallman [Sat, 22 May 1993 22:07:57 +0000 (22:07 +0000)]
(scan_lisp_file): Recognize defalias like fset.

32 years ago(display_text_line): Highlight in any frame's sel window.
Richard M. Stallman [Sat, 22 May 1993 22:06:48 +0000 (22:06 +0000)]
(display_text_line): Highlight in any frame's sel window.

(display_text_line): Highlight only in selected window.

32 years ago(x_window_to_frame): Use XGCTYPE.
Richard M. Stallman [Sat, 22 May 1993 22:04:07 +0000 (22:04 +0000)]
(x_window_to_frame): Use XGCTYPE.

32 years ago(event-modifiers): Doc fix.
Richard M. Stallman [Sat, 22 May 1993 22:02:35 +0000 (22:02 +0000)]
(event-modifiers): Doc fix.

32 years ago* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
Jim Blandy [Sat, 22 May 1993 21:45:31 +0000 (21:45 +0000)]
* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
changes.

32 years agoUpdated copyright years.
Jim Blandy [Sat, 22 May 1993 21:34:42 +0000 (21:34 +0000)]
Updated copyright years.

32 years ago(gud-def): Fix inclusion of the define-key.
Richard M. Stallman [Sat, 22 May 1993 21:25:32 +0000 (21:25 +0000)]
(gud-def): Fix inclusion of the define-key.
(gdb, sdb, dbx): Change bindings from letters to control chars.
(gud-common-init): Add save-excursion.
(gud-display-line): Don't mess with buffer-read-only.
(gud-filter): Set output-after-point *after* deleting old prompt.

32 years ago* make-dist: Check that the manual reflects the same version of
Jim Blandy [Sat, 22 May 1993 21:25:01 +0000 (21:25 +0000)]
* make-dist: Check that the manual reflects the same version of
Emacs as stated in lisp/version.el.  Edit that version number into
the README file.

32 years ago* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
Jim Blandy [Sat, 22 May 1993 20:57:31 +0000 (20:57 +0000)]
* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.

Update copyright years.

32 years ago(event-modifiers): Function deleted.
Richard M. Stallman [Sat, 22 May 1993 20:25:08 +0000 (20:25 +0000)]
(event-modifiers): Function deleted.
(read-command-event): For switch-frame event, call select-frame.

32 years ago(modifier_names): Update to match *_modifier in termhooks.
Richard M. Stallman [Sat, 22 May 1993 18:27:07 +0000 (18:27 +0000)]
(modifier_names): Update to match *_modifier in termhooks.

32 years ago(describe-key, describe-key-briefly):
Richard M. Stallman [Sat, 22 May 1993 18:23:31 +0000 (18:23 +0000)]
(describe-key, describe-key-briefly):
Discard the click or drag that follows a down event.

32 years ago(make_ctrl_char): New function.
Jim Blandy [Sat, 22 May 1993 17:57:17 +0000 (17:57 +0000)]
(make_ctrl_char): New function.
(make_lispy_event): Call it.

32 years ago* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
Jim Blandy [Sat, 22 May 1993 09:13:57 +0000 (09:13 +0000)]
* xterm.c (x_scroll_bar_handle_click): Never grab the scroll bar;
that feature requires more support to work correctly.

32 years ago*** empty log message ***
Jim Blandy [Sat, 22 May 1993 08:30:16 +0000 (08:30 +0000)]
*** empty log message ***

32 years ago*** empty log message ***
Jim Blandy [Sat, 22 May 1993 08:16:25 +0000 (08:16 +0000)]
*** empty log message ***

32 years ago* keyboard.c (make_ctrl_char): New function.
Jim Blandy [Sat, 22 May 1993 07:51:26 +0000 (07:51 +0000)]
* keyboard.c (make_ctrl_char): New function.
(read_char): Call it.
(kbd_buffer_store_event): Call it to see if the new character is
the quit character.

32 years ago*** empty log message ***
Jim Blandy [Sat, 22 May 1993 07:25:53 +0000 (07:25 +0000)]
*** empty log message ***

32 years ago*** empty log message ***
Noah Friedman [Sat, 22 May 1993 05:54:38 +0000 (05:54 +0000)]
*** empty log message ***

32 years ago(pending-undo-list): Var declared.
Richard M. Stallman [Sat, 22 May 1993 04:21:25 +0000 (04:21 +0000)]
(pending-undo-list): Var declared.

32 years ago(apropos-print-matches): Bind tem.
Richard M. Stallman [Sat, 22 May 1993 04:19:14 +0000 (04:19 +0000)]
(apropos-print-matches): Bind tem.

32 years ago* holidays.el: Update reference to the papers in S-P&E.
Jim Blandy [Sat, 22 May 1993 00:24:21 +0000 (00:24 +0000)]
* holidays.el: Update reference to the papers in S-P&E.
        (filter-visible-calendar-holidays): Test for nil date.

32 years ago* process.c (Fopen_network_stream): Deal with older systems, which
Jim Blandy [Sat, 22 May 1993 00:12:17 +0000 (00:12 +0000)]
* process.c (Fopen_network_stream): Deal with older systems, which
only have the h_addr field in their struct hostent.

32 years ago* systty.h [SYSV_PTYS]: #include <sys/types.h>. Francesco
Jim Blandy [Fri, 21 May 1993 23:47:10 +0000 (23:47 +0000)]
* systty.h [SYSV_PTYS]: #include <sys/types.h>.  Francesco
Potorti` <pot@fly.CNUCE.CNR.IT> says it's necessary on his
machine, and it should be harmless.

32 years ago(wait_for_termination): Copy code from 18.59 (but sans BSD4_1 alternatives).
Richard M. Stallman [Fri, 21 May 1993 23:42:36 +0000 (23:42 +0000)]
(wait_for_termination): Copy code from 18.59 (but sans BSD4_1 alternatives).